home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / ARCHIVE / ZIPDELSB.ZIP / ZIPDEL.DOC < prev    next >
Encoding:
Text File  |  1993-09-21  |  893 b   |  21 lines

  1. ******************************
  2. *     ZIPDEL  Version 1.0    *
  3. *       by Steven Barcus     *
  4. ******************************
  5. * CompuServe id: 75026,2367  *
  6. ******************************
  7.  
  8.  ZIPDEL was developed due to my tiny harddisk size. Many of my files are saved
  9. in PKZIP* format, which I expand to use and delete when finished. The main
  10. problem is not knowing if a file has been changed before I delete it (or if it
  11. is even in the ZIP). ZIPDEL compares the time and date of the files in
  12. the ZIP with their expanded versions on the harddisk. It then tells you which
  13. ones don't match. It will optionally delete those files that do match.
  14.  
  15.   SYNTAX: ZIPDEL {zipfile{.ZIP} {/d}{/v}} 
  16.  
  17.   /d - Delete (Delete disk files that match those in 'zipfile')
  18.   /v = Verbose (Display Compressed and Uncompressed file size)
  19.  
  20. * - PKZIP is a Registered Shareware program of PKWARE, Inc.
  21.